Yo, alatnet here to give you the update on AnimatedSprite Class\Library Ver 2.0.

For documentation on the AnimatedSprite Class\Library open up the file "AnimatedSprite Class\Library Documentation.txt"

For documentation on the FPSCounter Class\Library open up the file "FPSCounter Class\Library Documentation.txt"

For documentation on the requireC function that resides in the file "requireC.lua" see below.

To use the AnimatedSprite Class\Library, FPSCounter Class\Library, and requireC function example extract the file called "Sakura Petals.rar" to the Applications folder and install requireC (see requireC Instalation below).



--- requireC Documentation ---
The function requireC is just an improved form of the function requireC.
Since the require function in newer versions of luaplayer tend to be annoying, I created this function for the purpose to fix that problem of the require function in newer versions of luaplayer.

--- requireC Instalation ---
To use the function without always having to dofile it into your programs, just copy the file "requireC.lua" to the System folder and edit the file in the System folder called "SYSTEM.LUA" to include the string "require("System/requireC")" at the top. Now you are free to use requireC whenever you like.